home *** CD-ROM | disk | FTP | other *** search
/ Professional Soft Collection 1.02 / Professional Soft Collection 1.02.iso / win_.310 / setup.shh < prev    next >
INI File  |  1992-03-09  |  7KB  |  175 lines

  1. [sysinfo]
  2. ;
  3. ; Use this section to specify whether you want Setup to display the
  4. ; System Configuration screen. Specify "yes" to display the screen and "no"
  5. ; if you don't want the screen displayed. (The default value is "no".)
  6. ;
  7. ; You may want to display and review the System Configuration screen so
  8. ; that you can confirm the configuration settings before continuing with
  9. ; Setup.
  10.  
  11. showsysinfo=yes
  12.  
  13.  
  14.  
  15. [configuration]
  16. ;
  17. ; Use this section to specify the various devices on your system. You can
  18. ; find the values for each variable in the SETUP.INF file. If you omit an
  19. ; entry, Windows uses the detected or default device.
  20. ;
  21. ; If you are updating Windows, some of these entries will be ignored and
  22. ; Windows will use the devices that are already installed. If you want to
  23. ; force the update and override the installed device, precede the value
  24. ; with an exclamation point (!), for example, display = !vga. Only the
  25. ; Machine, Display, Mouse, and Network devices require an exclamation point
  26. ; for overriding the installed device during an upgrade.
  27.  
  28. ; Machine profile string from [machine] section of SETUP.INF
  29.  
  30. machine = ibm_compatible
  31.  
  32. ; Display profile string from [display] section of SETUP.INF
  33.  
  34. display = vga
  35.  
  36. ; Mouse profile string from [pointing.device] section of SETUP.INF
  37.  
  38. mouse = ps2mouse
  39.  
  40. ; Network profile string from [network] section of SETUP.INF
  41. ; followed by version profile string from the appropriate 
  42. ; [xxxxxxx.versions] section which identifies the network version.
  43. ; The following example will setup Windows using 
  44. ; "Microsoft LAN Manager version 2.0 Enhanced".
  45.  
  46. network = lanman/01020000
  47.  
  48. ; Keyboard profile string from [keyboard.types] section of SETUP.INF
  49.  
  50. keyboard = t4s0enha
  51.  
  52. ; Language profile string from [language] section of SETUP.INF
  53.  
  54. language = enu
  55.  
  56. ; Keyboard Layout profile string from [keyboard.tables] section of SETUP.INF
  57.  
  58. kblayout = nodll
  59.  
  60.  
  61.  
  62. [windir]
  63. ;
  64. ; Use this section to specify where to put Windows files. If a previous
  65. ; version of Windows is already set up in the specified directory, Setup
  66. ; will update it. If you do not specify a directory, or if the specified
  67. ; directory is not valid, Setup displays a dialog box asking you to specify
  68. ; the directory in which you want to set up Windows.
  69.  
  70. c:\windows
  71.  
  72.  
  73.  
  74. [userinfo]
  75. ;
  76. ; Use this section to specify the user and company name. The first line
  77. ; specifies the user's name. This line is required. The second specifies
  78. ; the company name, and is optional. Both names can be up to 30 characters
  79. ; long and must be enclosed in double quotation marks (" ") if they include
  80. ; blank spaces.
  81. ;
  82. ; If you do not specify a user name, a dialog box appears during Setup asking
  83. ; for the user's name.
  84. ;
  85. ; If you are setting up Windows across a network, the [userinfo] section
  86. ; will be ignored.
  87. ;
  88. "John Q. Public"           ; User Name    (30 chars MAX) (required)
  89. "Microsoft Corporation"    ; Company Name (30 chars MAX) (optional)
  90.  
  91.  
  92. [dontinstall]
  93. ;
  94. ; Use this section to specify components that you do not want to set up
  95. ; on your system. By default, all components will be installed. If you do
  96. ; not want to set up a particular component, include it in this section.
  97.  
  98. accessories                ; Do NOT install accessories
  99. readmes                    ; Do NOT install readme files
  100. games                      ; Do NOT install games
  101. screensavers               ; Do NOT install screen savers
  102. bitmaps                    ; Do NOT install bitmaps
  103.  
  104.  
  105. [options]
  106. ;
  107. ; Use this section to specify whether you want to set up applications 
  108. ; during Setup, and/or start the Windows Tutorial at the end of Setup. 
  109. ; If you don't want any of these options, you can omit this section.
  110. ;
  111. ; If you choose to set up applications, you can either set them up
  112. ; interactively during Setup (you choose which applications you want to set
  113. ; up,) or you can specify that you want Setup to automatically set up all
  114. ; applications found on your hard disk.
  115. ;
  116. ; If you specify both "setupapps" and "autosetupapps", all applications on 
  117. ; your hard disk will be set up.
  118. ;
  119. setupapps                  ; Setup applications already on hard disk
  120. autosetupapps              ; Set up all applications on hard disk
  121. tutorial                   ; Start Windows Tutorial at the end of Setup
  122.  
  123. [printers]
  124. ;
  125. ; Use this section to specify any printers you want to set up. You specify a
  126. ; printer description and a port. Values for the printer description
  127. ; variable are listed in the [io.device] section of the CONTROL.INF file.
  128. ; Values for the port variable are listed in the [ports] section of the
  129. ; WIN.INI file.
  130. ;
  131. ; The printer description must be enclosed in double quotation marks (" ")
  132. ; if it contains blank spaces. The port value must appear exactly as it does
  133. ; in the WIN.INI file. If you do not want to set up a printer, omit this
  134. ; section.
  135. ;
  136. "HP LaserJet III",LPT1:
  137.  
  138. [endinstall]
  139. ;
  140. ; Use this section to specify whether you want Setup to make modifications
  141. ; to the CONFIG.SYS and AUTOEXEC.BAT files and whether you want Setup to
  142. ; exit to DOS, restart Windows, or restart your system when it has finished
  143. ; installing Windows.
  144. ;
  145. ; The "configfiles" entry specifies whether Setup should modify the
  146. ; CONFIG.SYS and AUTOEXEC.BAT with the necessary changes, or whether Setup
  147. ; should save the proposed changes in separate files called CONFIG.WIN and
  148. ; AUTOEXEC.WIN in your WINDOWS directory. If you choose the latter, you must
  149. ; make the changes yourself. 
  150. ;
  151. ; You can specify one of the following entries.
  152. ;
  153. ; configfiles = modify              ;writes modifications back to source.
  154. ; configfiles = save                ;saves changes to alternate (*.win) files.
  155. ;
  156. ; If  you do not specify a "configfiles" entry, the CONFIG.SYS and
  157. ; AUTOEXEC.BAT files will be modified by Setup.
  158. ;
  159. ; The "endopt" entry specifies what happens at the end of Setup. You can
  160. ; specify one of the following entries.
  161. ;
  162. ;     endopt = exit        ; Setup exits to DOS
  163. ;     endopt = restart     ; Setup restarts Windows
  164. ;     endopt = reboot      ; Setup reboots your computer
  165. ;
  166. ; If you do not specify an "endopt" entry, a dialog box appears at the end
  167. ; of Setup asking the user to choose from the three options.
  168. ;
  169. ; If you are using the network option for setting up Windows (Setup /n), the
  170. ; reboot option is not valid. Setup will exit to DOS instead of rebooting
  171. ; your system.
  172. ;
  173. configfiles = save
  174. endopt      = restart
  175.